PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DCrossSection Class / setOrientation Method
A three-element array specifying the orientation of the cutting plane in world space, where each value represents the orientation in relation to the X, Y, and Z axes.
In This Topic
    setOrientation Method
    In This Topic
    Sets the orientation of the cutting plane. Exactly one of the values must be null, indicating an initial state of the cutting plane that is perpendicular to the corresponding axis and clipping all geometry on the positive side of that axis. The other two values must be numbers indicating the rotation of the plane, in degrees, around their corresponding axes. The order in which these rotations are applied should match the order in which the values appear in the array.
    Syntax
    public void setOrientation( 
       java.lang.Object[] orientation
    )

    Parameters

    orientation
    A three-element array specifying the orientation of the cutting plane in world space, where each value represents the orientation in relation to the X, Y, and Z axes.
    Exceptions
    ExceptionDescription
    When orientation parameter does not have 3 elements.
    See Also